Analysis is the process of breaking a complex topic or substance into smaller parts in order to gain a better understanding of it. The technique has been applied in the study of mathematics and logic since before Aristotle, though analysis as a formal concept is a relatively recent development.(Wikipedia)
## `summarise()` ungrouping output (override with `.groups` argument)
## `summarise()` ungrouping output (override with `.groups` argument)
## `summarise()` ungrouping output (override with `.groups` argument)
plot_4 <- ggplot() + geom_col(data=JHU_Weekly,aes(x=Weekly,y=DC_Sum)) +
labs(title="John Hopkins Weekly US Cases")
plot_5 <- ggplot() + geom_col(data=JHU_Weekly,aes(x=Weekly,y=DD_Sum)) +
labs(title="John Hopkins Weekly US Deaths")
ggplotly(plot_3)
ggplotly(plot_4)
## Warning: Removed 1 rows containing missing values (position_stack).
ggplotly(plot_5)
## Warning: Removed 1 rows containing missing values (position_stack).
ggplotly(plot_6)
ggplotly(plot_7)